home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / aprs403x.zip / README.CD < prev    next >
Text File  |  1994-02-14  |  7KB  |  111 lines

  1. README.CD
  2.  
  3. JUST BECAUSE I CAN NOW MAKE MAPS FROM THE USGS 2,000,000 SCALE CD ROM, DO NOT
  4. GIVE UP DRAWING MAPS BY HAND.  THE 2,000,000 SCALE CD IS ONLY GOOD FOR 64 MILE
  5. MAPS AND THEY DONT EVEN HAVE AS MUCH DETAIL AS A STATE HIGHWAY MAP.  ALSO
  6. IT STILL TAKES A LOT OF MANUAL EFFORT TO REDUCE THE INITIAL 5 MBYTES OF
  7. USGS DATA DOWN TO A 12K APRS MAP!  IT TAKES ME AT LEAST 4 HOURS PER MAP!  I
  8. PLAN ON EVENTUALLY DOING THE TOP 20 CITIES.  IF YOU WANT A SPECIAL ONE OF YOUR
  9. AREA, SEND $80.  THAT ALONE SHOULD KEEP YOU INTERESTED IN DOING YOUR OWN. HI HI
  10.  
  11. There are three problems with the USGS data base that causes excessive points
  12. in an APRS map.  First, line segments begin and end at each intersection.  For
  13. am interstate, for example, you end up with dozens of short road segments
  14. wasting 3 point pairs per exit.  Second, these short segments are not always
  15. consecutive in the file, making it extremely time consuming to try to join
  16. them.  Third, the USGS data guarantees a point every 1/3 mile whether it is
  17. needed or not.  A 10 mile long straight road is stored as 30 points in USGS
  18. vice 2 points in APRS.  Here is a sumary of the process used to get it down
  19. to size:
  20.  
  21. 1.  Use USGS XTRACT.EXE program to extract the CD ROM data in the GRAPHIC
  22.     format for your area from one of the dozen or so major USGS areas.  Then
  23.     select up to 6 files for extraction onto your HARD disk, one for each of
  24.     the data types, BOUNDARIES, ROADS, WATER BODIES, STREAMS, RAILROADS, and
  25.     HYPSOGRAPHY (continental divide).  These files will take about 5 MBytes.
  26.     To save HD space, and also to end up with the minimum of points, you will
  27.     probably only use the ROADS, WATERBODIES, and STREAMS files.  Note the
  28.     filename assigned by XTRACT.
  29.  
  30. 2.  Run MAPFIX.BAS program and load the best existing APRS map that covers
  31.     the desired area.  This map is only used to help you locate the area of
  32.     interest.  Next, move the cursor to the center of interest and select
  33.     a SCALE using the BOUNDARY (B) command.  This command will show you the
  34.     maximum map possible for a given scale in Points/per degree.  I have found
  35.     600 to be about right.  450 in sparse states and 300 in UTAH and NEW Mex.
  36.     If you use any less, to get larger maps, you will end up with far too many
  37.     points.  I used 450 for the SouthCarolina map, and it took me 6 hours to
  38.     get the resulting 3000 points down below 1500!  Next MAPFIX allows you to
  39.     round the ORIGIN values, to reasonable nearly whole numbers.  Using
  40.     good round numbers here, makes it easy to use a paper map in the future to
  41.     derive additional manual points.
  42.  
  43. 3.  Use the alt-U command to select the S0x_RD.GRF file for the roads.  MAPFIX
  44.     will then scan the entire ROADS file for all points within the selected
  45.     border.  While converting the points to APRS format, MAPFIX will also
  46.     compare the slope of each new point with the previous point and ignore
  47.     the point if it has approximately the same slope.  The total number of
  48.     points will be from 2000 to 4000.
  49.  
  50. 4.  Next MAPFIX has a SMOOTHER command which will run another slope comparison
  51.     process.  You can select the SMOOTHER factor.  A factor of 1 will only
  52.     throw out points that are exactly the same slope (few if any).  A factor of
  53.     1.5 (best) will throw out points whose slope differs by less than 1.5.
  54.     Bigger values will throw out  more points (usually including some necessary
  55.     ones).  To test the smoothing algorithm, run the TEST SMOOTHER command which
  56.     will mark every point that would be eliminated with a red dot, and every
  57.     point that will be kept with a yellow dot; but without actually eliminating
  58.     any points.  Look at the map closely and see if you can accept the decisions
  59.     of the SMOOTHER.  Select your chosen factor and run SMOOTHER.
  60.  
  61. 5.  Now you have the smallest APRS map that can be done automatically.  Move
  62.     the MAP POINTER to the beginning FEATURE using the PREVIOUS command and
  63.     use the gray +/- keys to cycle through EVERY point in the file.  Use the
  64.     alt-D key to delete all unnecessary points.  Look for complete duplicates
  65.     of some lines too.  This should get you down to below 2000 or so.
  66.  
  67. 6.  Save the file.  Load it into a text editor and start at the beginning of
  68.     the file.  Look at the beginning and end of every line segment.  If the
  69.     points are the same, eliminate the 0,0; color,LineName; and the duplicate
  70.     point.  Be sure to check the color, and only concatonate roads of the
  71.     same type.  (MAPFIX will now do this step with the JOIN command). 
  72.    
  73. 7.  Next, use MAPFIX to do step 5 again.  Look at intersections where you have
  74.     joined two line segments.  If the road goes straight through the
  75.     intersection, then the intersection point can be deleted.
  76.  
  77. 8.  If you still have too many points, go through the TEXT editor again and
  78.     use the SEARCH feature to search the file for the beginning and end points
  79.     of every line.  Each time you find a match, move the points around and
  80.     concatonate the line segments.  This is laborous, but will probably
  81.     eliminate 200 or more points!
  82.  
  83. 8.  Notice that you only have roads so far.  Unless you require county lines
  84.     I recommend that you ignore them.  The USGS BOUNDARIES file contains even
  85.     more points than the ROADS file!  AND the SMOOTHER routine does not work
  86.     well, because property lines are very jagged, unlike smooth curves in
  87.     roads.  The same thing goes for WATER BODIES and STREAMS.
  88.  
  89. 9.  To allow you to add some detail from these other USGS files, MAPFIX has
  90.     the USGS OVERLAY feature which will overlay the USGS data on the APRS map
  91.     without doing anything.  Then you can use the MAPFIX NEW-FEATURE command
  92.     and ADD commands to draw APRS features using the overlay as a guide.  The
  93.     philosopy here is that 96% of amateur interest is on roads, and you can
  94.     sure burn up points on waterways and county lines.  For rivers, about the
  95.     only points I use are where the water goes under a bridge.  Most folks
  96.     have no idea where a river is out in the boonies (and could care less). 
  97.     Of course, if you are making a map for boats with GPS, then start the
  98.     process with the WATERBODIES file and add just enough roads for them to
  99.     find the boat ramps..
  100.        You will first need to overlay on the 64 mile scale to see where things
  101.     are, but then zoom into the 8 mile scale at least and do the overlay again
  102.     to get enough resolution for drawing a particular feature.  You can use the
  103.     NEW and ADD commands, but any other commands will redraw the map and wipe-out
  104.     the overlay.  I have added the Ctrl-R command to toggle the map REDRAW
  105.     process on and off.  This may help you to add lines without destroying the
  106.     USGS overlay.  You can do the overlay again and again.  NEVER do a second
  107.     USGS BUILD, because it will clear memory and start from scratch.
  108.  
  109. LOOK AT MY GAtlanta, FLTampaO, TXDallas and TXHoustn maps done in this manner...
  110.  
  111.